summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ("polish-slash"): Add the rule "//"->?/.Kenichi Handa2003-05-012-1/+6
|
* (ls-lisp-format-file-size): New function to implement "-h" switch.Juanma Barranquero2003-05-011-1/+12
| | | | (ls-lisp-format): Use it.
* (utf-translate-cjk-mode): Update theKenichi Handa2003-05-011-9/+12
| | | | | | second extra slot of the translation table utf-translation-table-for-encode. (mule-utf-8): Set the property translation-table-for-encode.
* (coding_system_accept_latin_extra_p): Delete thisKenichi Handa2003-05-011-31/+68
| | | | | | | function. (find_safe_codings): Pay attention to the property tranlsation-table-for-encode of each codings. (syms_of_coding): Give Qtranslation_table the extra slot number 2.
* (cvs-mode-find-file): Don't complain if bound to a non-mouse event.Stefan Monnier2003-05-011-6/+12
| | | | (cvs-vc-command-advice): Don't parse "cvs update -p" output.
* (unbind_to): Don't handle symbol = Qnil any more.Stefan Monnier2003-05-012-6/+19
|
* (CHECK): Wrap args in parenthesis.Stefan Monnier2003-05-011-6/+6
| | | | (specbind): Fix doc: symbol = Qnil is not supported any more.
* (Fbyte_code) <unwind-protect>: Use Fprogn rather than 0 and Qnil.Stefan Monnier2003-05-011-2/+1
|
* No longer has a maintainer.Richard M. Stallman2003-05-011-1/+1
|
* (parse_modifiers_uncached): Parse `down', `drag',Stefan Monnier2003-04-301-0/+20
| | | | `double', and `triple' modifiers as well.
* (text-property-default-nonsticky): Add fill-space.Stefan Monnier2003-04-301-18/+24
| | | | | (fill-delete-newlines): Respect the new property. (fill-newline): Use the property instead of leaving "spurious" spaces.
* (easy-menu-get-map): Correctly handle non-submap bindings.Stefan Monnier2003-04-302-57/+85
|
* Undo rest of previous change.Richard M. Stallman2003-04-301-1/+1
|
* Undo half of previous change.Richard M. Stallman2003-04-301-1/+1
|
* *** empty log message ***Richard M. Stallman2003-04-301-2/+2
|
* (* GNU/Linux development packages): Mention Debian andKai Großjohann2003-04-302-1/+8
| | | | RedHat package names.
* *** empty log message ***Richard M. Stallman2003-04-302-0/+24
|
* (echo_char): Don't clear out a dash that follows a space.Richard M. Stallman2003-04-301-3/+8
|
* (abort_on_gc): Add decl.Richard M. Stallman2003-04-301-0/+1
|
* (Fsignal): Clear abort_on_gc.Richard M. Stallman2003-04-301-0/+1
|
* (Fformat): Set abort_on_gc during first scan of format.Richard M. Stallman2003-04-301-1/+9
| | | | Reinit FORMAT_START and END before second scan.
* (abort_on_gc): New variable.Richard M. Stallman2003-04-301-0/+9
| | | | (Fgarbage_collect): Abort if abort_on_gc is set.
* (move_it_vertically_backward): Do the final big else even if nlines is 0.Richard M. Stallman2003-04-301-4/+10
| | | | | (redisplay_internal): Finish the per-frame loop even if redisplay is suspended by input.
* Handle system types sysv5uw* and sysv5OpenUNIX*.Richard M. Stallman2003-04-301-0/+4
|
* (* GNU/Linux development packages): Tell people toKai Großjohann2003-04-302-0/+12
| | | | install additional packages for compiling Emacs.
* *** empty log message ***Juanma Barranquero2003-04-302-0/+45
|
* Make things function properly in case both LessTif and Open Motif are installed.Juanma Barranquero2003-04-301-2/+3
|
* (ada-stmt-add-to-ada-menu): Moved to ada-mode.el.Juanma Barranquero2003-04-291-100/+3
| | | | (ada-template-map): Merged with the keymap handling in ada-mode.el.
* (ada-prj-add-keymap): Moved to ada-mode.el directly. Add dependency onJuanma Barranquero2003-04-291-56/+28
| | | | | ada-xref.el to avoid compilation warnings. (ada-prj-get-prj-dir): Removed, no longer needed.
* (ada-gnatls-args): New variable. Add support for specifying arguments toJuanma Barranquero2003-04-291-304/+153
| | | | | | | | | | | | gnatls. (ada-initialize-runtime-library): Properly parse "." in the output of gnatls. (ada-add-keymap): Removed, since this is now done in ada-mode.el itself. (ada-add-ada-menu): Likewise. (ada-set-default-project-file): New parameter KEEP-EXISTING. (ada-prj-find-prj-file): New parameter FILE. (ada-parse-prj-file): Take into account the ADA_INCLUDE_PATH and ADA_OBJECTS_PATH environment variables. Minor reorganization of the code (ada-get-all-references): Add support for GNAT 3.16 cross-references.
* (ada-search-directories): Take into account ADA_INCLUDE_PATH for betterJuanma Barranquero2003-04-291-163/+371
| | | | | | | | | | | | | compatibility with GNAT. (ada-contextual-menu): Menu defined through `easy-menu-define' instead. Various adjustments to the indentation engine (handling of subtypes, begin blocks, etc.). (ada-create-menu): Major rewrite of the handling of menus to use `easy-menu-define' for cleaner code and better compatibility with XEmacs. All menus that were previously in ada-xref.el and ada-prj.el are now defined in this package, which makes it easier to edit menus. (ada-narrow-to-defun): Add support for `narrow-to-region'. No longer explicitely load ada-xref.el and ada-prj.el. Use autoload statements instead.
* Added a comment explaining the various ways to save a game score on POSIXJuanma Barranquero2003-04-292-22/+61
| | | | | | | systems. (gamegrid-add-score-with-update-game-score): Use `cond' instead of `if'. Provide for the case that FILE is an absolute filename. Create the directory "$HOME/.emacs.d/games", if necessary.
* (isearch-complete1): Don't allocate unnecessarily.Stefan Monnier2003-04-291-8/+6
| | | | | (isearch-complete-edit): Adjust to Emacs-21's new minibuffer handling. (isearch-update-ring): Use push.
* Mention Unicode limitations.Simon Josefsson2003-04-291-0/+13
|
* *** empty log message ***Richard M. Stallman2003-04-291-1/+1
|
* (byte-compile-cl-warn): Use `string-match'.John Paul Wallington2003-04-292-2/+6
|
* (byte-compile-cl-warn): Avoid cl warningsDave Love2003-04-282-2/+15
| | | | from caaar & al.
* Undo last (RMS') change, as it is useless, per Dave Love.Francesco Potortì2003-04-281-3/+1
|
* Undo RMS' change in configure.in, as it is useless, per Dave Love.Francesco Potortì2003-04-281-4/+0
|
* * make-package: Allocate 5% extra space on disk image for directoriesAndrew Choi2003-04-282-3/+8
| | | | and partition tables.
* use Jan in ChangeLog entry header per rmsKarl Berry2003-04-281-4/+1
|
* Set coding-category-utf-16-be toKenichi Handa2003-04-282-5/+18
| | | | | | | mule-utf-16-be-with-signature, coding-category-utf-16-le to mule-utf-16-le-with-signature. Raise the priority of coding-category-utf-8, coding-category-utf-16-be, and coding-category-utf-16-le
* (reset-language-environment): Raise the priority of mule-utf-8,Kenichi Handa2003-04-281-11/+11
| | | | mule-utf-16-be-with-signature and mule-utf-16-le.-with-signature.
* *** empty log message ***Juanma Barranquero2003-04-272-0/+10
|
* (read_scores): Fix corruption of score files.Juanma Barranquero2003-04-271-1/+3
|
* (scroll-bar-drag-1): Replace beginning-of-line with vertical-motion.Juanma Barranquero2003-04-271-1/+1
|
* *** empty log message ***Juanma Barranquero2003-04-262-1/+111
|
* Major rewrite. The code is reordered, cleaner and faster.Juanma Barranquero2003-04-261-669/+754
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced new options to automatically cleanup the recent list, and to handle filename transformation (for example to use true filenames). (recentf-version): New constant. (recentf-save-file-header): Moved. (recentf-data-cache): New variable. (recentf-update-menu-p, recentf-initialized-p): Removed. (recentf-menu-customization-changed): Moved. Doc fix. (recentf-max-saved-items): Doc fix. (recentf-save-file): Doc fix. No more expand filename here. (recentf-exclude, recentf-menu-action) (recentf-menu-filter): Doc fix. (recentf-menu-append-commands-flag): Renamed from... (recentf-menu-append-commands-p): Made obsolete. (recentf-keep-non-readable-files-flag): Renamed from... (recentf-keep-non-readable-files-p): Made obsolete. (recentf-auto-cleanup, recentf-filename-handler): New options. (recentf-string-equal, recentf-string-lessp) (recentf-string-member): New functions. (recentf-trunc-list): Moved. (recentf-dump-variable): Moved. Better code and output format. (recentf-auto-cleanup-timer): New variable. (recentf-auto-cleanup): New function. (recentf-push, recentf-expand-file-name): New functions. (recentf-add-file): In-lined. Use above functions. (recentf-remove-if-non-readable): In-lined. Expand file name. (recentf-find-file): Use `recentf-remove-if-non-readable'. (recentf-directory-compare): Moved. Use `recentf-string-equal' and `recentf-string-lessp' to do comparisons. (recentf-menu-items-for-commands) (recentf-menu-filter-commands): Moved. (recentf-elements, recentf-make-menu-element) (recentf-menu-element-item, recentf-menu-element-value) (recentf-set-menu-element-item, recentf-set-menu-element-value) (recentf-sub-menu-element-p, recentf-make-default-menu-element) (recentf-menu-elements): In-lined. Some doc fix. (recentf-apply-menu-filter): Better code. (recentf-make-menu-items): Doc fix. Use `recentf-menu-append-commands-flag'. (recentf-make-menu-item): In-lined. Better code. (recentf-clear-data): New function. (recentf-sort-ascending, recentf-sort-descending) (recentf-sort-basenames-ascending) (recentf-sort-basenames-descending) (recentf-sort-directories-ascending) (recentf-sort-directories-descending) (recentf-show-basenames-ascending) (recentf-show-basenames-descending: In-lined. Better code. Some doc fix. (recentf-show-basenames) (recentf-relative-filter): Better code. Doc fix. (recentf-arrange-by-rule-subfilter): Doc fix. Improved :set code. (recentf-match-rule-p): Use filename instead of file-path. (recentf-arrange-by-rule, recentf-build-mode-rules) (recentf-arrange-by-mode, recentf-build-dir-rules) (recentf-file-name-nondir) (recentf-filter-changer-alist): Some doc fix and code cleanup. (recentf-filter-changer-goto-next): Doc fix. Call `recentf-clear-data'. (recentf-filter-changer-get-current) (recentf-filter-changer-get-next): In-lined. Doc fix and better code. (recentf-filter-changer): Doc fix and better code. (recentf-cancel-dialog): Doc fix. (recentf-dialog-mode-map): Initialized in defvar. (recentf-dialog-mode): Doc fix. (recentf-track-opened-file): Renamed from... (recentf-add-file-hook): Removed. (recentf-track-closed-file): Renamed from... (recentf-remove-file-hook): Removed. (recentf-update-menu-hook): Removed. Replaced by... (recentf-update-menu): New. Better catch unnecessary updates. Display a message on error. (recentf-used-hooks): New constant. (recentf-enabled-p): New function. (recentf-edit-selected-items) (recentf-open-files-action) (recentf-open-files-item-shift): Doc fix. (recentf-edit-list-action) (recentf-open-files-item): Doc fix. Code cleanup. (recentf-edit-list, recentf-open-files) (recentf-open-more-files): Likewise. Removed autoload cookie. (recentf-save-list, recentf-cleanup): Likewise. Moved. (recentf-load-list): New command. (recentf-mode): Better code. Does nothing if enabling the already enabled mode.
* (regexp-opt-depth): Don't count a "//(" which appears inside a character set.Juanma Barranquero2003-04-262-5/+30
| | | | (regexp-opt-not-groupie*-re): New constant.
* testing log_accum scriptRudy Gevaert2003-04-261-0/+2
|