summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-09132-744/+744
| | | | Change development version from 21.3.50 to 22.0.50.
* (ido-file-extensions-order): New defcustom.Kim F. Storm2005-02-081-8/+80
| | | | | | | | | (ido-file-extension-lessp, ido-file-extension-aux) (ido-file-extension-order): New advanced file ordering. (ido-file-lessp): New simple file ordering. (ido-sort-list): Remove. (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp. (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
* *** empty log message ***Kim F. Storm2005-02-081-0/+10
|
* (grep-regexp-alist): Match an optional ^[[KDan Nicolaescu2005-02-082-2/+8
| | | | | that some versions of grep produce. (grep-mode-font-lock-keywords): Likewise.
* (gdb-location-list): New variable.Nick Roberts2005-02-081-25/+55
| | | | | | | | (gdb-cdir): Delete (gdb-info-breakpoints-custom, gdb-goto-breakpoint) (gdb-source-info): Treat case when source file is in another directory properly. (gdb-get-location): New function.
* *** empty log message ***Nick Roberts2005-02-081-0/+9
|
* *** empty log message ***Jay Belanger2005-02-081-0/+8
|
* (calc-write-parse-table-part, calc-fix-token-name): Fix a check forJay Belanger2005-02-081-2/+2
| | | | language type.
* (math-compose-expr): Fix a check for language type.Jay Belanger2005-02-081-1/+1
|
* #André Spiegel2005-02-071-0/+5
|
* (vc-make-version-backup): Ignore file-errors, e.g. directory notAndré Spiegel2005-02-071-2/+9
| | | | writable.
* (cua--undo-list, cua--tidy-undo-counter)Kim F. Storm2005-02-071-75/+51
| | | | | | | | | | (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove. (cua--rect-undo-set-point): New var. (cua--rectangle-undo-boundary): Setup undo apply entry. (cua--rect-undo-handler): New function for rectangle undo. (cua--rect-start-position, cua--rect-end-position): Add. (cua--rectangle-post-command): Call cua--rectangle-set-corners for restored rectangle. Set point if cua--rect-undo-set-point.
* (cua-max-undo, cua-undo): Remove.Kim F. Storm2005-02-071-38/+20
| | | | | | | | | (cua--standard-movement-commands): Remove list. Instead, set CUA property value to move for movement commands. (cua-movement-commands): Remove. Users must set CUA prop instead. (cua--pre-command-handler): Check CUA property. (cua--init-keymaps): Don't remap undo commands. (cua-mode): Don't call cua--rectangle-on-off.
* *** empty log message ***Kim F. Storm2005-02-071-0/+19
|
* *** empty log message ***Jay Belanger2005-02-061-0/+8
|
* (calc-tex-language): Display more information in messages.Jay Belanger2005-02-061-5/+14
|
* (math-compose-expr): Allow multiline matrices in TeX mode.Jay Belanger2005-02-061-4/+14
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-82Miles Bader2005-02-062-1/+15
| | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-12 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-13 Update from CVS 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art.el (gnus-mime-inline-part): Show the raw contents if a prefix arg is neither nil nor a number, as info specifies.
* *** empty log message ***Richard M. Stallman2005-02-061-0/+4
|
* Comment changes.Richard M. Stallman2005-02-061-2/+2
|
* (buffer-end): Doc fix.Richard M. Stallman2005-02-061-0/+3
|
* *** empty log message ***Eli Zaretskii2005-02-051-0/+6
|
* (ldap-search-internal): Support attributes withEli Zaretskii2005-02-051-2/+2
| | | | | optional descriptions separated by a semi-colon, as in "userCertificate;binary".
* * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flagsJan Djärv2005-02-052-12/+19
| | | | isn't a cons (i.e. the version is 0).
* *** empty log message ***Eli Zaretskii2005-02-051-0/+4
|
* (help-for-help): Doc fix.Eli Zaretskii2005-02-051-8/+12
|
* Update copyright. Put GDB-Frames beforeNick Roberts2005-02-051-16/+16
| | | | GDB-Windows on the menu-bar as this works better.
* *** empty log message ***Nick Roberts2005-02-051-0/+5
|
* *** empty log message ***Jay Belanger2005-02-041-0/+8
|
* (calc-embedded-update): Don't put in unnecessary newlines.Jay Belanger2005-02-041-5/+10
| | | | Adjust the end of formula marker.
* (math-latex-parse-frac): Don't use arguments.Jay Belanger2005-02-041-9/+20
| | | | (math-latex-parse-two-args): New function.
* (help-with-tutorial): Make sure that users cannot remove the entireLute Kamstra2005-02-032-0/+6
| | | | text of the tutorial by means of `undo'.
* (ispell-internal-change-dictionary): Fix problem in recent changes, whereStefan Monnier2005-02-032-3/+8
| | | | the ispell process was repeatedly killed & restarted.
* (set-locale-environment): Set file-name coding system to utf-8 on Darwin.Stefan Monnier2005-02-032-1/+15
| | | | | (set-default-coding-systems): Don't set default-file-name-coding-system on Darwin systems.
* *** empty log message ***Richard M. Stallman2005-02-031-1/+9
|
* (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.Richard M. Stallman2005-02-031-0/+4
|
* (list-faces-display): Add optional argument.Richard M. Stallman2005-02-031-7/+17
|
* (font-lock-default-function): Handle the rare case whereStefan Monnier2005-02-032-5/+10
| | | | only font-lock-keywords is set.
* Cancel previous change. forKenichi Handa2005-02-032-2/+9
| | | | I-WITH-DOT-ABOVE and DOTLESS-i
* Cancel previous change.Kenichi Handa2005-02-031-2/+2
|
* *** empty log message ***Stefan Monnier2005-02-021-3/+17
|
* Correction to syntax in gud-menu-map.Nick Roberts2005-02-021-1/+1
|
* *** empty log message ***Nick Roberts2005-02-021-0/+4
|
* (set-upcase-syntax, set-downcase-syntax): Fix previous change.Kenichi Handa2005-02-021-0/+3
|
* *** empty log message ***Kenichi Handa2005-02-021-0/+15
|
* (tbl): Setup cases of I-WITH-DOT-ABOVE, DOTLESS-i.Kenichi Handa2005-02-021-2/+2
|
* Setup cases of GREEK-FINAL-SIGMA,Kenichi Handa2005-02-021-1/+5
| | | | Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
* (get-upcase-table): New function.Kenichi Handa2005-02-021-14/+62
| | | | | | | | (copy-case-table): Copy upcaes table too if non-nil. (set-case-syntax-delims): Maintain upcase table too. (set-case-syntax-pair): Likewise. (set-upcase-syntax, set-downcase-syntax): New functions. (set-case-syntax): Maintain upcase table too.
* (gdb-goto-info): Delete.Nick Roberts2005-02-011-7/+0
|
* (gud-goto-info): New function.Nick Roberts2005-02-011-3/+11
| | | | (gud-tool-bar-map): Use correct icon.